home *** CD-ROM | disk | FTP | other *** search
- Path: osiris.wu-wien.ac.at!usenet
- From: Rony.Flatscher@wu-wien.ac.at
- Newsgroups: comp.lang.rexx
- Subject: Re: Sending lines to an external program?
- Date: 8 Apr 1996 12:22:47 GMT
- Organization: University of Economics and Business Administration
- Distribution: inet
- Message-ID: <4kb0en$org@osiris.wu-wien.ac.at>
- References: <4k7e41$2mq@cville-srv.wam.umd.edu>
- Reply-To: Rony.Flatscher@wu-wien.ac.at
- NNTP-Posting-Host: rony.wu-wien.ac.at
- X-Newsreader: IBM NewsReader/2 v1.9d - NLS
-
- In <4k7e41$2mq@cville-srv.wam.umd.edu>, techno@wam.umd.edu (Nocturnal Guardian) writes:
- >How can I output a bunch of lines so an external program can use them as
- >input?
-
- Use SAY or LINEOUT() with the filename "stdout:" to write to.
-
- ---rony
-
-